Vcenter NamespaceManagement Supervisors Crypto Fips Modules Info

Vcenter NamespaceManagement Supervisors Crypto Fips Modules Info
Vcenter NamespaceManagement Supervisors Crypto Fips Modules Info

The Vcenter NamespaceManagement Supervisors Crypto Fips Modules Info schema contains information about a FIPS validated crypto module.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "name": "string",
    "version": "string",
    "cmvp_cert": "string",
    "cavp_cert": "string",
    "component_name": "string",
    "component_version": "string"
}
string
name
Required

The name of the module as specified in its certificate.

This property was added in vSphere API 9.1.0.0.

string
version
Required

Version of the module.

This property was added in vSphere API 9.1.0.0.

string
cmvp_cert
Optional

Cryptographic Module Validation Program (CMVP) certificate number of the module. Use it to construct the URL of the certificate, Please refer: https://csrc.nist.gov/projects/cryptographic-module-validation-program/certificate/4743

This property was added in vSphere API 9.1.0.0.

If missing or null, the module's CMVP certification is still pending.

string
cavp_cert
Optional

Cryptographic Algorithm Validation Program (CAVP) certificate number of the module's algorithms. Use it to construct the URL of the certificate, Please refer: https://csrc.nist.gov/projects/Cryptographic-Algorithm-Validation-Program/details?source=A&number=3500

This property was added in vSphere API 9.1.0.0.

missing or null, if the module has a CMVP certificate issued.

string
component_name
Required

VCF component on which this module is installed. It is Supervisor by default.

This property was added in vSphere API 9.1.0.0.

string
component_version
Required

Version of the Supervisor on which this module is installed.

This property was added in vSphere API 9.1.0.0.